func net/http.shouldCopyHeaderOnRedirect

2 uses

	net/http (current package)
		client.go#L801: 			if shouldCopyHeaderOnRedirect(k, preq.URL, req.URL) {
		client.go#L985: func shouldCopyHeaderOnRedirect(headerKey string, initial, dest *url.URL) bool {